home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 04 - 1988 / 04.10 Oct 88 / MSSourcesLong / MST.h < prev    next >
Encoding:
Text File  |  1988-01-20  |  1.4 KB  |  55 lines  |  [TEXT/EDIT]

  1. //=================
  2. //   MST METAS
  3. //=================
  4.  
  5.  
  6. #define    _MSTDESK    0
  7. #define    _MSTEDIT    1
  8. #define    _MSTQUIT    2
  9. #define    _MSTTRNF    3
  10. #define    _MSTNNMS    4
  11. #define    _MSTADJT    5
  12. #define    _MSTADJP    6
  13. #define    _MSTMIVT    7
  14. #define    _MSTINSM    8
  15. #define    _MSTDELM    9
  16. #define    _MSTPOPM    10
  17. #define    _MSTDUMP    11
  18. #define    _MSTTGBT    12
  19. #define    _MSTDMEN    13
  20. #define    _MSTMMEN    14
  21. #define    _MSTVRBL    (_MSTMMEN+1)
  22.  
  23. #define    _MSTDLGMID    3
  24. #define    _MSTDLGSTR    4
  25. #define    _MSTDLGAFT    5
  26. #define    _MSTDLGOPC    6
  27. #define    _MSTDLGICN    13
  28. #define    _MSTDLGIDT    8
  29. #define    _MSTDLGCBX    14
  30.  
  31. #define    _MSTDLGDID    501
  32.  
  33. #define    _MSTPRG01    1    /* MSTDoMenu */
  34. #define    _MSTPRG02    2    /* MSTOpenDA */
  35. #define    _MSTPRG03    3    /* MSTNonMS*/
  36. #define    _MSTPRG04    4    /* MSTAdjTog */
  37. #define    _MSTPRG05    5    /* MSTPopUp */
  38. #define    _MSTPRG06    6    /* MSTDump */
  39. #define    _MSTPRG07    7    /* MSTMIVTDump */
  40. #define    _MSTPRG08    8    /* MSTmain */
  41.  
  42.  
  43. #define    _MSTERR01    1    /* MST can't find menTab Resource */
  44. #define    _MSTERR02    2    /* MST MIVT Dump header */
  45. #define    _MSTERR03    3    /* MSTDlg : "MenuStr" */
  46. #define    _MSTERR04    4    /* MSTDlg : "OpCode" */
  47. #define    _MSTERR05    5    /* Pop Up Prompt */
  48. #define    _MSTERR06    6    /* TEToScrap < 0 - itemNumber contains err # */
  49. #define    _MSTERR07    7    /* MSTDlg : "after" text */ 
  50. #define    _MSTERR08    8    /* MSTDlg : "itemNumber" text */ 
  51. #define    _MSTERR09    9    /* MSTDlg : Pop Up Title */
  52. #define    _MSTERR10    10    /* MST Dump header  */
  53. #define    _MSTERR11    11    /* Remove Menu  */
  54. #define    _MSTERR12    12    /* Make Menu  */
  55.